09-17 15:36:04.005: E/dalvikvm-heap(12749): Out of memory on a XXX-byte all

解决内存溢出问题及异常捕捉策略

明显的内存溢出;

放在线程里执行不会崩溃,但是异常捕捉不到

其实是捕捉错误。

应该是捕捉错误才对。

捕捉下面的错误,然后处理

catch (OutOfMemoryError e) {
    //error
    decodefile(R.drawable.errorimage);
}

 

行 39460: 06-12 16:37:16.163 W/dalvikvm( 3220): threadid=1: thread exiting with uncaught exception (group=0x41d31bc0) 行 39462: 06-12 16:37:16.164 E/CrashHandler( 3220): 线程名称:Thread[main,5,main] / 异常:java.lang.NullPointerException 行 39464: 06-12 16:37:16.164 W/System.err( 3220): java.lang.NullPointerException 行 39466: 06-12 16:37:16.166 W/System.err( 3220): at com.android.org.chromium.base.PathUtils.getDataDirectory(PathUtils.java:55) 行 39468: 06-12 16:37:16.167 W/System.err( 3220): at com.android.org.chromium.content.browser.ResourceExtractor.getOutputDirFromContext(ResourceExtractor.java:308) 行 39470: 06-12 16:37:16.167 W/System.err( 3220): at com.android.org.chromium.content.browser.ResourceExtractor.<init>(ResourceExtractor.java:266) 行 39472: 06-12 16:37:16.168 W/System.err( 3220): at com.android.org.chromium.content.browser.ResourceExtractor.get(ResourceExtractor.java:232) 行 39474: 06-12 16:37:16.169 W/System.err( 3220): at com.android.org.chromium.content.browser.AndroidBrowserProcess.init(AndroidBrowserProcess.java:62) 行 39476: 06-12 16:37:16.169 W/System.err( 3220): at com.android.org.chromium.android_webview.AwBrowserProcess$1.run(AwBrowserProcess.java:51) 行 39478: 06-12 16:37:16.169 W/System.err( 3220): at com.android.org.chromium.base.ThreadUtils.runOnUiThreadBlocking(ThreadUtils.java:56) 行 39480: 06-12 16:37:16.169 W/System.err( 3220): at com.android.org.chromium.android_webview.AwBrowserProcess.start(AwBrowserProcess.java:46) 行 39482: 06-12 16:37:16.170 W/System.err( 3220): at com.android.webview.chromium.WebViewChromiumFactoryProvider.startChromiumLocked(WebViewChromiumFactoryProvider.java:190) 行 39484: 06-12 16:37:16.170 W/System.err( 3220): at com.android.webview.chromium.WebViewChromiumFactoryProvider.ensureChromiumStartedLocked(WebViewChromiumFactoryProvider.java:108) 行 39486: 06-12 16:37:16.171 W/System.err( 3220): at com.android.webview.chromium.WebViewChromiumFactoryProvider.startYourEngines(WebViewChromiumFactoryProvider.java:265) 行 39488: 06-12 16:37:16.171 W/System.err( 3220): at com.android.webview.chromium.WebViewChromium.init(WebViewChromium.java:218) 行 39490: 06-12 16:37:16.171 W/System.err( 3220): at android.webkit.WebView.<init>(WebView.java:534) 行 39492: 06-12 16:37:16.172 W/System.err( 3220): at android.webkit.WebView.<init>(WebView.java:501) 行 39494: 06-12 16:37:16.172 W/System.err( 3220): at android.webkit.WebView.<init>(WebView.java:481) 行 39498: 06-12 16:37:16.173 W/System.err( 3220): at android.webkit.WebView.<init>(WebView.java:470) 行 39500: 06-12 16:37:16.174 W/System.err( 3220): at android.webkit.WebView.<init>(WebView.java:460)
06-20
WindowManager: Changing focus from Window{5b5481b u0 NotificationShade} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} displayId=0 行 21704: 11-10 10:11:18.341 1642 1688 I WindowManager: Changing focus from Window{5b5481b u0 NotificationShade} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} displayId=0 行 21708: 11-10 10:11:18.342 1642 1688 I NavigationCallOut: focusChanged, focus=Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI}, mIsFocusWinInBlackList=false 行 21708: 11-10 10:11:18.342 1642 1688 I NavigationCallOut: focusChanged, focus=Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI}, mIsFocusWinInBlackList=false 行 21715: 11-10 10:11:18.345 1642 1777 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 21715: 11-10 10:11:18.345 1642 1777 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 21717: 11-10 10:11:18.346 1642 1780 I WindowManager: Focus requested for window=:4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 21717: 11-10 10:11:18.346 1642 1780 I WindowManager: Focus requested for window=:4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 21742: 11-10 10:11:18.366 1642 1688 I FocusResolver: setFocusedWindow 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI on display 0, result:OK 行 21742: 11-10 10:11:18.366 1642 1688 I FocusResolver: setFocusedWindow 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI on display 0, result:OK 行 21743: 11-10 10:11:18.366 1642 1688 I FocusResolver: Focus entered window 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI in display 0, reason:setFocusedWindow 行 21743: 11-10 10:11:18.366 1642 1688 I FocusResolver: Focus entered window 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI in display 0, reason:setFocusedWindow 行 21960: 11-10 10:11:18.666 16846 16858 I com.tencent.mm: [SuspendGCController] restore footprint = 130MB 行 22893: 11-10 10:11:19.228 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 22893: 11-10 10:11:19.228 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 23129: 11-10 10:11:19.296 1642 4270 I WindowManager: showIme target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} token: android.os.BinderProxy@15e22c9 行 23129: 11-10 10:11:19.296 1642 4270 I WindowManager: showIme target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} token: android.os.BinderProxy@15e22c9 行 23130: 11-10 10:11:19.296 1642 4270 I ImeInsetsSourceProvider: wm_insets Schedule IME show for 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23130: 11-10 10:11:19.296 1642 4270 I ImeInsetsSourceProvider: wm_insets Schedule IME show for 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23136: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23136: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23136: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23136: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23138: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23138: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23138: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23138: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets dcTarget: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI mImeRequester: 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23139: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets call showInsets(ime) on 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23139: 11-10 10:11:19.298 1642 1780 I ImeInsetsSourceProvider: wm_insets call showInsets(ime) on 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI 行 23255: 11-10 10:11:19.374 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 23526: 11-10 10:11:20.454 1642 4187 I NetworkStats: openSessionForUsageStats, pid = 17151, pkg = com.tencent.mm 行 23535: 11-10 10:11:20.459 1642 4187 I NetworkStats: openSessionForUsageStats, pid = 17151, pkg = com.tencent.mm 行 23554: 11-10 10:11:20.504 1642 4187 I NetworkStats: openSessionForUsageStats, pid = 2566, pkg = com.tencent.mm 行 23563: 11-10 10:11:20.510 1642 4187 I NetworkStats: openSessionForUsageStats, pid = 2566, pkg = com.tencent.mm 行 23580: 11-10 10:11:20.684 1642 1688 I AlarmManager: remove Alarm{46a9ad9 type 2 origWhen 113794534 whenElapsed 113794534 PendingIntent{71a69ba: PendingIntentRecord{251e06b com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: b7cf120 by reason: 1 行 23580: 11-10 10:11:20.684 1642 1688 I AlarmManager: remove Alarm{46a9ad9 type 2 origWhen 113794534 whenElapsed 113794534 PendingIntent{71a69ba: PendingIntentRecord{251e06b com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: b7cf120 by reason: 1 行 23580: 11-10 10:11:20.684 1642 1688 I AlarmManager: remove Alarm{46a9ad9 type 2 origWhen 113794534 whenElapsed 113794534 PendingIntent{71a69ba: PendingIntentRecord{251e06b com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: b7cf120 by reason: 1 行 23582: 11-10 10:11:20.690 1642 4270 I AlarmManager: set(PendingIntent{40e237f: PendingIntentRecord{c0fff4c com.tencent.mm broadcastIntent}}) : type=2 triggerAtTime=113821777 win=0 tElapsed=113821777 maxElapsed=113821777 interval=0 flags=0x9 at=209997ms uid=10206 count=2 行 23690: 11-10 10:11:20.922 16846 16858 I com.tencent.mm: [SuspendGCController] suspend footprint = 203MB 行 23757: 11-10 10:11:21.037 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 23757: 11-10 10:11:21.037 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 24111: 11-10 10:11:21.775 1642 1687 I BroadcastQueue: Broadcast receiver 0 was slow: ActivityInfo{c1784aa com.tencent.mm.booter.NotifyReceiver} br=BroadcastRecord{d91557e u0 null} 行 24112: 11-10 10:11:21.775 1642 1687 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{d91557e u0 null} cost time 59096,receiversNum 1,max receiver ResolveInfo{aa7e6f4 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 59096 行 24113: 11-10 10:11:21.777 3403 3962 I PG_ash : handle bg broadcast stop: com.tencent.mm, pid:16846 行 24114: 11-10 10:11:21.777 3403 3962 I PG_ash : com.tencent.mm BgBroadcastTimeoutCount is empty, BgBroadcastTimeoutState false 行 24115: 11-10 10:11:21.777 3403 3962 W PG_ash : can not request checking next state visible app:com.tencent.mm 行 24410: 11-10 10:11:22.392 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 24410: 11-10 10:11:22.392 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 24430: 11-10 10:11:22.418 1642 2984 W 00202/hw_netstat: total/29763/4400,com.tencent.mm/29703/4056,com.tencent.mm/60/144,unknown:0/0/200 行 24430: 11-10 10:11:22.418 1642 2984 W 00202/hw_netstat: total/29763/4400,com.tencent.mm/29703/4056,com.tencent.mm/60/144,unknown:0/0/200 行 24503: 11-10 10:11:22.598 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 24503: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 24516: 11-10 10:11:22.601 1642 3899 I WindowManager: wm_insets hideIme target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} displayId: 0 token: android.os.BinderProxy@15e22c9 行 24516: 11-10 10:11:22.601 1642 3899 I WindowManager: wm_insets hideIme target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} displayId: 0 token: android.os.BinderProxy@15e22c9 行 24518: 11-10 10:11:22.601 1642 3899 I WindowManager: wm_insets hideIme Control target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 24518: 11-10 10:11:22.601 1642 3899 I WindowManager: wm_insets hideIme Control target: Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25041: 11-10 10:11:23.712 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 25041: 11-10 10:11:23.712 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 25057: 11-10 10:11:23.726 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 25057: 11-10 10:11:23.726 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 25114: 11-10 10:11:23.889 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25140: 11-10 10:11:24.031 1642 7149 I WindowManager: Adding Window{6eea00a u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25140: 11-10 10:11:24.031 1642 7149 I WindowManager: Adding Window{6eea00a u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25147: 11-10 10:11:24.038 1642 7149 I WindowManager: Adding Window{24a6f1 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25147: 11-10 10:11:24.038 1642 7149 I WindowManager: Adding Window{24a6f1 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25175: 11-10 10:11:24.099 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 25175: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 25195: 11-10 10:11:24.176 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25208: 11-10 10:11:24.180 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25228: 11-10 10:11:24.209 1642 3899 I WindowManager: Removing Window{6eea00a u0 PopupWindow:d2ea66f} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25236: 11-10 10:11:24.217 1642 1687 I WindowManager: Removing Window{24a6f1 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25270: 11-10 10:11:24.237 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 25270: 11-10 10:11:24.237 16846 16846 W InputTransport: channel 4243dce com.tencent.mm/com.tencent.mm.ui.LauncherUI (client) detect abnormal consume, count is 0 行 25279: 11-10 10:11:24.256 16846 16858 I com.tencent.mm: Background young concurrent copying GC freed 1614221(89MB) AllocSpace objects, 39(792KB) LOS objects, 43% free, 114MB/203MB, current_footprint is 203MB, capacity is 512MB, growth limit is 512MB, paused 752us,127us total 101.397ms cpu time 80.913ms DisableRefA ... 行 25290: 11-10 10:11:24.284 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 25290: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 25422: 11-10 10:11:24.562 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25509: 11-10 10:11:24.888 1642 3776 I NetworkStats: openSessionForUsageStats, pid = 17796, pkg = com.tencent.mm 行 25518: 11-10 10:11:24.897 1642 3776 I NetworkStats: openSessionForUsageStats, pid = 17796, pkg = com.tencent.mm 行 25583: 11-10 10:11:25.293 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25605: 11-10 10:11:25.403 1642 3196 I WindowManager: Adding Window{acc4f9d u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25605: 11-10 10:11:25.403 1642 3196 I WindowManager: Adding Window{acc4f9d u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25611: 11-10 10:11:25.411 1642 3196 I WindowManager: Adding Window{398bde0 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25611: 11-10 10:11:25.411 1642 3196 I WindowManager: Adding Window{398bde0 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25647: 11-10 10:11:25.552 5206 8623 I CAWARENESS_34461_TrafficCodeProcessor: packageName = com.tencent.mm 行 25654: 11-10 10:11:25.565 1642 4187 I WindowManager: Removing Window{acc4f9d u0 PopupWindow:d2ea66f} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25661: 11-10 10:11:25.574 1642 7149 I WindowManager: Removing Window{398bde0 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25662: 11-10 10:11:25.580 1642 4187 I WindowManager: Adding Window{5207f37 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25662: 11-10 10:11:25.580 1642 4187 I WindowManager: Adding Window{5207f37 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25703: 11-10 10:11:25.667 1642 4187 I WindowManager: Removing Window{5207f37 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25710: 11-10 10:11:25.695 1642 7149 I WindowManager: Adding Window{4f1b40e u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25710: 11-10 10:11:25.695 1642 7149 I WindowManager: Adding Window{4f1b40e u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25719: 11-10 10:11:25.704 1642 3196 I WindowManager: Adding Window{f8bdc5 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25719: 11-10 10:11:25.704 1642 3196 I WindowManager: Adding Window{f8bdc5 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25732: 11-10 10:11:25.718 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 25764: 11-10 10:11:25.760 1642 3196 I WindowManager: Removing Window{4f1b40e u0 PopupWindow:d2ea66f} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25774: 11-10 10:11:25.768 1642 7149 I WindowManager: Removing Window{f8bdc5 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25775: 11-10 10:11:25.775 1642 3196 I WindowManager: Adding Window{138ac40 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25775: 11-10 10:11:25.775 1642 3196 I WindowManager: Adding Window{138ac40 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25805: 11-10 10:11:25.888 1642 1688 I WindowManager: Removing Window{138ac40 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25814: 11-10 10:11:25.922 1642 1688 I WindowManager: Adding Window{6b7c358 u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25814: 11-10 10:11:25.922 1642 1688 I WindowManager: Adding Window{6b7c358 u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25821: 11-10 10:11:25.932 1642 1688 I WindowManager: Adding Window{c5de517 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25821: 11-10 10:11:25.932 1642 1688 I WindowManager: Adding Window{c5de517 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25858: 11-10 10:11:26.175 1642 3672 I WindowManager: Removing Window{6b7c358 u0 PopupWindow:d2ea66f} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25868: 11-10 10:11:26.183 1642 1688 I WindowManager: Removing Window{c5de517 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25869: 11-10 10:11:26.189 1642 7149 I WindowManager: Adding Window{b0167a u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25869: 11-10 10:11:26.189 1642 7149 I WindowManager: Adding Window{b0167a u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25896: 11-10 10:11:26.243 1642 7149 I WindowManager: Removing Window{b0167a u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25904: 11-10 10:11:26.270 1642 3196 I WindowManager: Adding Window{ea9615d u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25904: 11-10 10:11:26.270 1642 3196 I WindowManager: Adding Window{ea9615d u0 PopupWindow:d2ea66f} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25911: 11-10 10:11:26.279 1642 3196 I WindowManager: Adding Window{2af4aa0 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25911: 11-10 10:11:26.279 1642 3196 I WindowManager: Adding Window{2af4aa0 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25942: 11-10 10:11:26.352 1642 7149 I WindowManager: Removing Window{ea9615d u0 PopupWindow:d2ea66f} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25947: 11-10 10:11:26.358 1642 3196 I WindowManager: Removing Window{2af4aa0 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 25956: 11-10 10:11:26.365 1642 7149 I WindowManager: Adding Window{c83baf7 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 25956: 11-10 10:11:26.365 1642 7149 I WindowManager: Adding Window{c83baf7 u0 PopupWindow:3a93a8b} to Window{4243dce u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI} 行 26034: 11-10 10:11:26.668 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26049: 11-10 10:11:26.678 1642 4187 I WindowManager: Removing Window{c83baf7 u0 PopupWindow:3a93a8b} from ActivityRecord{eb4e50d u0 com.tencent.mm/.ui.LauncherUI t100} 行 26091: 11-10 10:11:26.781 3403 3962 I PG_ash : pkg:com.tencent.mm pid:0, foreground:false 行 26092: 11-10 10:11:26.782 3403 3962 I PG_ash : com.tencent.mm bgBroadcastTimeoutState: true, nextBgBroadcastTriggeringTime: 2979138, BgBroadcastTimeoutCount: 1 行 26118: 11-10 10:11:27.060 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26166: 11-10 10:11:27.376 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26219: 11-10 10:11:27.600 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.ui.y9.N:26 com.tencent.mm.ui.y9.L:17 行 26219: 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.ui.y9.N:26 com.tencent.mm.ui.y9.L:17 行 26261: 11-10 10:11:27.676 1642 4187 I BroadcastQueue: Broadcast receiver 0 was slow: ActivityInfo{835a4fc com.tencent.mm.booter.NotifyReceiver} br=BroadcastRecord{e51e871 u0 null} 行 26262: 11-10 10:11:27.677 1642 4187 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{e51e871 u0 null} cost time 5901,receiversNum 1,max receiver ResolveInfo{40de7c9 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 5900 行 26265: 11-10 10:11:27.683 3403 3962 I PG_ash : handle bg broadcast stop: com.tencent.mm, pid:16846 行 26266: 11-10 10:11:27.685 3403 3962 I PG_ash : com.tencent.mm BgBroadcastTimeoutCount is empty, BgBroadcastTimeoutState false 行 26268: 11-10 10:11:27.686 3403 3962 W PG_ash : can not request checking next state visible app:com.tencent.mm 行 26290: 11-10 10:11:27.696 16846 16858 I com.tencent.mm: [SuspendGCController] restore footprint = 130MB 行 26300: 11-10 10:11:27.740 1642 4187 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26322: 11-10 10:11:27.785 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26331: 11-10 10:11:27.786 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26368: 11-10 10:11:27.828 1642 7149 I AlarmManager: remove Alarm{69459da type 2 origWhen 113821777 whenElapsed 113821777 PendingIntent{40e237f: PendingIntentRecord{c0fff4c com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: e043785 by reason: 1 行 26368: 11-10 10:11:27.828 1642 7149 I AlarmManager: remove Alarm{69459da type 2 origWhen 113821777 whenElapsed 113821777 PendingIntent{40e237f: PendingIntentRecord{c0fff4c com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: e043785 by reason: 1 行 26368: 11-10 10:11:27.828 1642 7149 I AlarmManager: remove Alarm{69459da type 2 origWhen 113821777 whenElapsed 113821777 PendingIntent{40e237f: PendingIntentRecord{c0fff4c com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: e043785 by reason: 1 行 26370: 11-10 10:11:27.861 1642 4187 I AlarmManager: set(PendingIntent{926de0b: PendingIntentRecord{4b614e8 com.tencent.mm broadcastIntent}}) : type=2 triggerAtTime=113828934 win=0 tElapsed=113828934 maxElapsed=113828934 interval=0 flags=0x9 at=209982ms uid=10206 count=2 行 26374: 11-10 10:11:27.884 5206 8639 I CAWARENESS_34461_TrafficCodeProcessor: packageName = com.tencent.mm 行 26381: 11-10 10:11:27.902 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26381: 11-10 10:11:27.902 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26386: 11-10 10:11:27.908 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26386: 11-10 10:11:27.908 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26391: 11-10 10:11:27.933 16846 16846 W com.tencent.mm: ScopedThresholdTiming[WaitUntilAccessible] duration = 17830729 ns, kind = 2 , is_jank_perceptible = 1 , is_process_on_top = 1 行 26401: 11-10 10:11:27.955 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26401: 11-10 10:11:27.955 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26405: 11-10 10:11:27.958 16846 16858 I com.tencent.mm: Background young concurrent copying GC freed 1556463(79MB) AllocSpace objects, 51(2180KB) LOS objects, 0% free, 135MB/135MB, current_footprint is 135MB, capacity is 512MB, growth limit is 512MB, paused 492us,532us total 258.752ms cpu time 133.375ms DisableRef ... 行 26408: 11-10 10:11:27.990 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26408: 11-10 10:11:27.990 1642 4187 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26416: 11-10 10:11:28.065 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26416: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26425: 11-10 10:11:28.088 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26425: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26432: 11-10 10:11:28.105 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26432: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26450: 11-10 10:11:28.164 1205 1220 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.tencent.mm, strategyCode 22: dynamicCode 1, isFactor 1, min 60, max 120, down 120, idle 60 行 26466: 11-10 10:11:28.213 1642 4187 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26473: 11-10 10:11:28.252 992 1119 I aptouch_daemon: Excute:86: cmd=TSA_ExecuteCommand, param=THP_UpdateViewsLocation com.tencent.mm#SCENE_GESTURE_FLING#931,122,1078,269#1078,122,1224,269 行 26474: 11-10 10:11:28.252 992 1119 I tpd_client: TSA_ExecuteCommand, THP_UpdateViewsLocation com.tencent.mm#SCENE_GESTURE_FLING#931,122,1078,269#1078,122,1224,269 行 26478: 11-10 10:11:28.274 1642 3488 I NetworkStats: openSessionForUsageStats, pid = 16846, pkg = com.tencent.mm 行 26480: 11-10 10:11:28.280 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26480: 11-10 10:11:28.280 1642 7149 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26484: 11-10 10:11:28.280 1642 3672 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26484: 11-10 10:11:28.280 1642 3672 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26496: 11-10 10:11:28.299 1642 3488 I NetworkStats: openSessionForUsageStats, pid = 16846, pkg = com.tencent.mm 行 26507: 11-10 10:11:28.316 1642 3196 W ProcBatteryStats: timer is not running , not stop, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26508: 11-10 10:11:28.327 1642 3196 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26517: 11-10 10:11:28.359 1642 3196 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26517: 11-10 10:11:28.359 1642 3196 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26521: 11-10 10:11:28.377 1642 1687 I AlarmManager: remove Alarm{28a00d7 type 2 origWhen 113828934 whenElapsed 113828934 PendingIntent{926de0b: PendingIntentRecord{4b614e8 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 90e5856 by reason: 1 行 26521: 11-10 10:11:28.377 1642 1687 I AlarmManager: remove Alarm{28a00d7 type 2 origWhen 113828934 whenElapsed 113828934 PendingIntent{926de0b: PendingIntentRecord{4b614e8 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 90e5856 by reason: 1 行 26521: 11-10 10:11:28.377 1642 1687 I AlarmManager: remove Alarm{28a00d7 type 2 origWhen 113828934 whenElapsed 113828934 PendingIntent{926de0b: PendingIntentRecord{4b614e8 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 90e5856 by reason: 1 行 26522: 11-10 10:11:28.378 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26522: 11-10 10:11:28.378 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26526: 11-10 10:11:28.381 1642 3196 W ProcBatteryStats: timer is not running , not stop, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26527: 11-10 10:11:28.382 1642 3196 I AlarmManager: set(PendingIntent{905c4ad: PendingIntentRecord{42fa3e2 com.tencent.mm broadcastIntent}}) : type=2 triggerAtTime=113829470 win=0 tElapsed=113829470 maxElapsed=113829470 interval=0 flags=0x9 at=209997ms uid=10206 count=2 行 26530: 11-10 10:11:28.426 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26530: 11-10 10:11:28.426 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26535: 11-10 10:11:28.430 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26535: 11-10 10:11:28.430 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26542: 11-10 10:11:28.453 1642 1687 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{51cb3c7 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 776,receiversNum 1,max receiver ResolveInfo{3281c2e com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 776 行 26542: 11-10 10:11:28.453 1642 1687 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{51cb3c7 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 776,receiversNum 1,max receiver ResolveInfo{3281c2e com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 776 行 26551: 11-10 10:11:28.505 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26551: 11-10 10:11:28.505 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26555: 11-10 10:11:28.505 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26555: 11-10 10:11:28.505 1642 1687 I HwOcrImeController: updateMultiWindow focus window = com.tencent.mm/com.tencent.mm.ui.LauncherUI mIsInMultiScreen = false 行 26563: 11-10 10:11:28.515 1642 1687 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26572: 11-10 10:11:28.579 1642 1687 W ProcBatteryStats: timer is not running , not stop, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26573: 11-10 10:11:28.597 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{8130b47 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 144,receiversNum 1,max receiver ResolveInfo{987dc65 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 144 行 26573: 11-10 10:11:28.597 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{8130b47 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 144,receiversNum 1,max receiver ResolveInfo{987dc65 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 144 行 26580: 11-10 10:11:28.656 16846 16846 I InputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26580: nputMethodManager: hideSoftInputFromWindow reason=3,displayId=-1,caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1955 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1924 com.tencent.mm.sdk.platformtools.x8.s0:20 com.tencent.mm.pluginsdk.ui.chat.ChatFooter.h0:60 行 26605: 11-10 10:11:28.735 992 1119 I aptouch_daemon: Excute:86: cmd=TSA_ExecuteCommand, param=THP_UpdateViewsLocation com.tencent.mm#SCENE_GESTURE_SINGLE_TAP#931,122,1078,269#1078,122,1224,269 行 26606: 11-10 10:11:28.735 992 1119 I tpd_client: TSA_ExecuteCommand, THP_UpdateViewsLocation com.tencent.mm#SCENE_GESTURE_SINGLE_TAP#931,122,1078,269#1078,122,1224,269 行 26607: 11-10 10:11:28.760 16846 16858 I com.tencent.mm: Background concurrent copying GC freed 1277290(66MB) AllocSpace objects, 66(4628KB) LOS objects, 16% free, 118MB/142MB, current_footprint is 141MB, capacity is 512MB, growth limit is 512MB, paused 292us,439us total 800.542ms cpu time 551.342ms DisableRefAcces ... 行 26608: 11-10 10:11:28.781 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{7eb14e3 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 182,receiversNum 1,max receiver ResolveInfo{73e2748 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 182 行 26608: 11-10 10:11:28.781 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{7eb14e3 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 182,receiversNum 1,max receiver ResolveInfo{73e2748 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 182 行 26610: 11-10 10:11:28.815 1642 3776 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26614: 11-10 10:11:28.829 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{88f60b3 u0 null} cost time 47,receiversNum 1,max receiver ResolveInfo{b8b8306 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 47 行 26615: 11-10 10:11:28.847 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{11b1388 u0 null} cost time 18,receiversNum 1,max receiver ResolveInfo{8f6cdc7 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 14 行 26617: 11-10 10:11:28.857 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{dc6e946 u0 null} cost time 11,receiversNum 1,max receiver ResolveInfo{2b26ff4 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 11 行 26618: 11-10 10:11:28.864 1642 3776 W ProcBatteryStats: timer is not running , not stop, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26619: 11-10 10:11:28.865 1642 3776 I AlarmManager: remove Alarm{3887f63 type 2 origWhen 113829470 whenElapsed 113829470 PendingIntent{905c4ad: PendingIntentRecord{42fa3e2 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 6ccc992 by reason: 1 行 26619: 11-10 10:11:28.865 1642 3776 I AlarmManager: remove Alarm{3887f63 type 2 origWhen 113829470 whenElapsed 113829470 PendingIntent{905c4ad: PendingIntentRecord{42fa3e2 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 6ccc992 by reason: 1 行 26619: 11-10 10:11:28.865 1642 3776 I AlarmManager: remove Alarm{3887f63 type 2 origWhen 113829470 whenElapsed 113829470 PendingIntent{905c4ad: PendingIntentRecord{42fa3e2 com.tencent.mm broadcastIntent}} com.tencent.mm procName com.tencent.mm:push} according to PendingIntent: 6ccc992 by reason: 1 行 26620: 11-10 10:11:28.874 1642 3776 I AlarmManager: set(PendingIntent{1809760: PendingIntentRecord{61fe419 com.tencent.mm broadcastIntent}}) : type=2 triggerAtTime=113829957 win=0 tElapsed=113829957 maxElapsed=113829957 interval=0 flags=0x9 at=209992ms uid=10206 count=2 行 26622: 11-10 10:11:28.877 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{2bf6805 u0 null} cost time 20,receiversNum 1,max receiver ResolveInfo{769ecde com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 20 行 26624: 11-10 10:11:28.894 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{48ab5fe u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 16,receiversNum 1,max receiver ResolveInfo{747c98c com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 16 行 26624: 11-10 10:11:28.894 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{48ab5fe u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 16,receiversNum 1,max receiver ResolveInfo{747c98c com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 16 行 26625: 11-10 10:11:28.900 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{6499310 u0 null} cost time 6,receiversNum 1,max receiver ResolveInfo{741a8d5 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 6 行 26626: 11-10 10:11:28.905 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{269971a u0 null} cost time 5,receiversNum 1,max receiver ResolveInfo{223f8ea com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 5 行 26634: 11-10 10:11:28.964 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{ccee4cc u128 ALARM_ACTION(10000)} cost time 58,receiversNum 1,max receiver BroadcastFilter{15aae87 12810206/u128 ReceiverList{5036ec6 17796 com.tencent.mm:push/12810206/u128 remote:e981ca1}} cost time 48 行 26636: 11-10 10:11:28.979 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{f9a44d7 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 15,receiversNum 1,max receiver ResolveInfo{4c0b9b6 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 15 行 26636: 11-10 10:11:28.979 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{f9a44d7 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 15,receiversNum 1,max receiver ResolveInfo{4c0b9b6 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 15 行 26637: 11-10 10:11:28.987 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{2fe4a6d u0 null} cost time 9,receiversNum 1,max receiver ResolveInfo{7cbbe24 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 9 行 26638: 11-10 10:11:28.995 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{33fd1d6 u0 null} cost time 7,receiversNum 1,max receiver ResolveInfo{9871d8d com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 7 行 26639: 11-10 10:11:29.011 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{d4bfa9d u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 17,receiversNum 1,max receiver ResolveInfo{196bb42 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 17 行 26639: 11-10 10:11:29.011 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{d4bfa9d u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 17,receiversNum 1,max receiver ResolveInfo{196bb42 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 17 行 26640: 11-10 10:11:29.024 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{7bafec3 u0 null} cost time 12,receiversNum 1,max receiver ResolveInfo{1480753 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 12 行 26641: 11-10 10:11:29.027 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{a35e279 u0 null} cost time 3,receiversNum 1,max receiver ResolveInfo{b189890 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 3 行 26642: 11-10 10:11:29.029 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{723c5f6 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 2,receiversNum 1,max receiver ResolveInfo{7550589 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 2 行 26642: 11-10 10:11:29.029 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{723c5f6 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 2,receiversNum 1,max receiver ResolveInfo{7550589 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 2 行 26643: 11-10 10:11:29.036 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{293f293 u0 null} cost time 8,receiversNum 1,max receiver ResolveInfo{7d9498e com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 8 行 26644: 11-10 10:11:29.039 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{697bbfc u0 null} cost time 2,receiversNum 1,max receiver ResolveInfo{dc1c5af com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 2 行 26645: 11-10 10:11:29.049 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{693de1d u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 9,receiversNum 1,max receiver ResolveInfo{a16adbc com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 9 行 26645: 11-10 10:11:29.049 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{693de1d u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 9,receiversNum 1,max receiver ResolveInfo{a16adbc com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 9 行 26646: 11-10 10:11:29.056 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{6b1b3d5 u0 null} cost time 6,receiversNum 1,max receiver ResolveInfo{fff7145 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 6 行 26647: 11-10 10:11:29.061 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{a32a7ea u0 null} cost time 4,receiversNum 1,max receiver ResolveInfo{4a4709a com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 4 行 26648: 11-10 10:11:29.063 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{d66b851 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 2,receiversNum 1,max receiver ResolveInfo{56f0dcb com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 2 行 26648: 11-10 10:11:29.063 1642 3196 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{d66b851 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 2,receiversNum 1,max receiver ResolveInfo{56f0dcb com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 2 行 26649: 11-10 10:11:29.082 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{14e65e4 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 19,receiversNum 1,max receiver ResolveInfo{c7ee9a8 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 19 行 26649: 11-10 10:11:29.082 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{14e65e4 u0 com.tencent.mm.plugin.report.service.KVCommCrossProcessReceiver} cost time 19,receiversNum 1,max receiver ResolveInfo{c7ee9a8 com.tencent.mm/.plugin.report.service.KVCommCrossProcessReceiver m=0x0} cost time 19 行 26650: 11-10 10:11:29.091 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{ea7627b u0 null} cost time 10,receiversNum 1,max receiver ResolveInfo{d2adcc1 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 9 行 26651: 11-10 10:11:29.122 1642 3776 I BroadcastQueue: Finished with ordered [bgkeyapp] broadcast BroadcastRecord{f9778f1 u0 null} cost time 30,receiversNum 1,max receiver ResolveInfo{75ebba7 com.tencent.mm/.booter.NotifyReceiver m=0x0} cost time 30 行 26652: 11-10 10:11:29.146 1642 3196 W ProcBatteryStats: timer is running , not start, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26656: 11-10 10:11:29.183 1642 3196 W ProcBatteryStats: timer is not running , not stop, name: com.tencent.mm, uid: 10206, tag: PlatformComm 行 26677: 11-10 10:11:29.503 16846 16846 I NotificationManager: com.tencent.mm: cancel(4097) 行 26678: 11-10 10:11:29.503 16846 16846 I NotificationManager: com.tencent.mm: cancel(4098) 行 26679: 11-10 10:11:29.504 16846 16846 I NotificationManager: com.tencent.mm: cancel(4099) 行 26680: 11-10 10:11:29.504 16846 16846 I NotificationManager: com.tencent.mm: cancel(4100) 行 26681: 11-10 10:11:29.504 16846 16846 I NotificationManager: com.tencent.mm: cancel(4101) 行 26682: 11-10 10:11:29.504 16846 16846 I NotificationManager: com.tencent.mm: cancel(1283190719) 行 26684: 11-10 10:11:29.505 1642 1642 I NotificationService: cancelNotificationLocked called,tell the app,reason = 8,sbn key = 0|com.tencent.mm|1283190719|null|10206, false, true 行 26686: 11-10 10:11:29.507 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26687: 11-10 10:11:29.509 3141 3141 I NotificationListener: onNotificationRemoved: StatusBarNotification(pkg=com.tencent.mm user=UserHandle{0} id=1283190719 tag=null key=0|com.tencent.mm|1283190719|null|10206 groupKey=0|com.tencent.mm|1283190719|null|10206 overrideGroupKey=null: Notification(channel=message_channel_new_id shortcut=null contentView=null vibrate=null sound=null tick d ... 行 26687: 11-10 10:11:29.509 3141 3141 I NotificationListener: onNotificationRemoved: StatusBarNotification(pkg=com.tencent.mm user=UserHandle{0} id=1283190719 tag=null key=0|com.tencent.mm|1283190719|null|10206 groupKey=0|com.tencent.mm|1283190719|null|10206 overrideGroupKey=null: Notification(channel=message_channel_new_id shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x11 color=0x00000000 category=msg capsuleEna ... 行 26687: 11-10 10:11:29.509 3141 3141 I NotificationListener: onNotificationRemoved: StatusBarNotification(pkg=com.tencent.mm user=UserHandle{0} id=1283190719 tag=null key=0|com.tencent.mm|1283190719|null|10206 groupKey=0|com.tencent.mm|1283190719|null|10206 overrideGroupKey=null: Notification(channel=message_channel_new_id shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x11 color=0x00000000 category=msg capsuleEnableStatus=-1 vis=PRIVATE)) reason: 8 行 26688: 11-10 10:11:29.509 3403 3614 I AppManager: app:com.tencent.mm Notification update time:113620600 行 26691: 11-10 10:11:29.511 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26692: 11-10 10:11:29.511 3141 3141 I NotificationEntryMgr: set row removed when not lifetimeExtended: 0|com.tencent.mm|1283190719|null|10206 行 26693: 11-10 10:11:29.512 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26694: 11-10 10:11:29.513 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26695: 11-10 10:11:29.513 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26697: 11-10 10:11:29.514 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26698: 11-10 10:11:29.516 1642 1642 I SWAP_Scene: Entering notifySceneData notifySceneData. EventType:NOTIFICATION_RECEIVED pkg:com.tencent.mm uid:10206 pid:1283190719 proc: activity:null 行 26699: 11-10 10:11:29.516 3403 3614 I AppManager: app:com.tencent.mm Notification update time:113620607
最新发布
11-13
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值