Searched refs:uptime (Results 1 – 4 of 4) sorted by relevance
363 String uptime = null; in getDeviceUptime() local370 uptime = getDevice().executeShellCommand("cat /proc/uptime").trim(); in getDeviceUptime()371 } while (uptime.isEmpty()); in getDeviceUptime()372 return Long.parseLong(uptime.substring(0, uptime.indexOf('.'))); in getDeviceUptime()382 long uptime = getDeviceUptime(); in getKernelStartTime() local383 return (System.currentTimeMillis() / 1000) - uptime; in getKernelStartTime()
316 String uptime = m.group("uptime"); in parseTombstone() local317 tombstoneBuilder.setProcessUptime(Integer.valueOf(uptime)); in parseTombstone()
336 10-01 10:04:58.301 8937 8937 E DEBUG : failed to read /proc/uptime: Permission denied343 10-01 10:04:58.338 8937 8937 F DEBUG : Process uptime: 0s
340 10-01 10:04:58.301 8937 8937 E DEBUG : failed to read /proc/uptime: Permission denied347 10-01 10:04:58.338 8937 8937 F DEBUG : Process uptime: 0s410 05-11 18:43:28.281 1046 3871 11190 F DEBUG : Process uptime: 628s427 09-03 17:48:05.806 7072 7072 F DEBUG : Process uptime: 0s2141 11-08 17:31:00.078 22420 22420 F DEBUG : Process uptime: 0s2770 01-11 17:12:57.117 shell 13764 13764 E DEBUG : failed to read /proc/uptime: Permission denied2778 01-11 17:12:57.256 shell 13764 13764 F DEBUG : Process uptime: 0s2800 01-11 17:20:37.116 media 22990 22990 E DEBUG : failed to read /proc/uptime: Permission denied2801 01-11 17:18:01.184 shell 18802 18802 E DEBUG : failed to read /proc/uptime: Permission denied2809 01-11 17:18:01.225 shell 18802 18802 F DEBUG : Process uptime: 0s[all …]