1.Logcat logs(main, events, radio)
2.Dmesg/kernel logs
3.bugreport and “dumpstate" log
adb shell bugreport > bugreport.txt
adb shell dumpstate > dumpstate.log
(this command will produce trace log about all process then u need adb pull /data/anr to collect the trace log) adb pull /d/binder/ .
4.Trace file /data/anr
5.adb pull /data/tombstones
(All log file time must be consistent with issue occurred time, it needs to clear /data/anr & /data/tombstones after stability issue occur)