小编use*_*728的帖子

ADB Logcat时间戳如何工作

我想知道我的AirPad上发生什么事情,所以我发出了logcat命令:

adb logcat -v time -d -b radio -b events -b main -b system -b radio

但是,在查看时间戳时,每个缓冲区的第一个时间戳似乎是在它之前的缓冲区的最后一个时间戳之后立即开始的.

--------- beginning of /dev/log/radio

10-20 19:30:37.878 D/RILD    (   53): Do not switch user to radio

...

10-20 19:30:37.998 D/RIL     (   53): Wait device...

--------- beginning of /dev/log/events

10-20 19:30:39.608 I/boot_progress_start(   54): 9398

...


10-20 19:31:13.998 D/RIL     (   53): Wait device...

--------- beginning of /dev/log/system

10-20 19:31:15.008 D/ConnectivityService(   99): tearing down Mobile networks due to setting

...

10-20 19:32:28.418 V/ActivityManager(   99): Launching: HistoryRecord{408d6a00 com.amazon.kindle/com.amazon.kcp.reader.BookReaderActivity} …
Run Code Online (Sandbox Code Playgroud)

android adb android-logcat

21
推荐指数
1
解决办法
2万
查看次数

标签 统计

adb ×1

android ×1

android-logcat ×1