我的三星S3,我扎根和闪烁的氰基MMOD 10.2将随机完全崩溃,并需要重启(电源+音量〜10秒)。这似乎随机发生,当只是滚动列表,加载网页时,有时甚至没有做任何事情。
我想知道是否在任何地方存储任何日志,我可以看看是否有一个潜在的问题导致这些崩溃。
这似乎并不是我可以发生的事情,到目前为止我没有找到一些将始终崩溃设备。
编辑:它实际上似乎不是完全崩溃,只是一个ui一个。它刚刚发生在查看网页时,我无法锁定设备,滚动,没有按钮做任何事情,但Spotify正在背景中播放一首歌并继续播放。
我的三星S3,我扎根和闪烁的氰基MMOD 10.2将随机完全崩溃,并需要重启(电源+音量〜10秒)。这似乎随机发生,当只是滚动列表,加载网页时,有时甚至没有做任何事情。
我想知道是否在任何地方存储任何日志,我可以看看是否有一个潜在的问题导致这些崩溃。
这似乎并不是我可以发生的事情,到目前为止我没有找到一些将始终崩溃设备。
编辑:它实际上似乎不是完全崩溃,只是一个ui一个。它刚刚发生在查看网页时,我无法锁定设备,滚动,没有按钮做任何事情,但Spotify正在背景中播放一首歌并继续播放。
My Samsung S3, which I rooted and flashed with Cyanogenmod 10.2 will randomly fully crash, and require a reboot (Power + Volume down for ~10 seconds). This seems to happen randomly, when just scrolling through a list, loading a webpage, sometimes when it's not even doing anything.
I'm wondering if any logs are stored anywhere which I can look at to see if there is one underlying issue causing these crashes.
This doesn't seem to be something that I can make happen, up to now I've not found something that will always crash the device.
EDIT: It actually doesn't seem to be a full crash, just a UI one. It's just happen now viewing a webpage, and I can't lock the device, scroll, no buttons do anything, but Spotify was playing a song in the background and that continued playing.
通过USB连接您的设备并在adb命令下运行
adb shell logcat
这将向您展示所有活动从设备上电启动到现在
编辑:当我的EMMC Bricked时,我发生这种问题,当设备尝试使用具有错误块设备的emmc的特定部分时,除了语音继续下来,仍然无法进入
connect your device through usb and run below ADB command
adb shell logcat
this will show you all the activity start from the device power up to now
edit: this kind of problems occurred on me when my emmc bricked, when device try to use specific part of emmc which has bad block device stuck and cant do anything but voice continue to come
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有