JE WakeLock [android][sogou]

Exception Class: Java (JE)

Exception Type: data_app_wtf

Backtrace: 
Process: com.sohu.inputmethod.sogou
Flags: 0xbe44
Package: com.sohu.inputmethod.sogou v131 (3.3)
Subject: PowerManager

android.util.Log$TerribleFailure: WakeLock finalized while still held: UploadMultiMediaThread
at android.util.Log.wtf(SourceFile:306)
at android.util.Log.wtf(SourceFile:285)
at android.os.PowerManager$WakeLock.finalize(SourceFile:389)
at dalvik.system.NativeStart.run(Native Method)


分析:

app没有释放wake lock然后就进入了finalize方法,这样就导致powermanager主动抛出exception
wtf就会红屏

待详细分析.

你可能感兴趣的:(error,record)