1select count(*) as cnt from android_logs union all 2select count(*) as cnt from android_logs where prio = 3 union all 3select count(*) as cnt from android_logs where prio > 4 union all 4select count(*) as cnt from android_logs where tag = 'screen_toggled' union all 5select count(*) as cnt from android_logs where tag like '%_pss' union all 6select count(*) as cnt from android_logs where msg like '%i2c_write%' union all 7select count(*) as cnt from android_logs where ts >= 1510113924391 and ts < 1512610021879;