Some debugging support.
- New feature to "am monitor" to have it automatically launch gdbserv for you when a crash/ANR happens, and tell you how to run the client. - Update dumpstate to match new location of binder debug logs - Various commented out logs that are being used to track down issues. Change-Id: Ia5dd0cd2df983a1fc6be697642a4590aa02a26a5
This commit is contained in:
@@ -5679,9 +5679,12 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
int requestedWidth, int requestedHeight, int viewFlags,
|
||||
boolean insetsPending, Rect outFrame, Rect outContentInsets,
|
||||
Rect outVisibleInsets, Configuration outConfig, Surface outSurface) {
|
||||
return relayoutWindow(this, window, attrs,
|
||||
//Log.d(TAG, ">>>>>> ENTERED relayout from " + Binder.getCallingPid());
|
||||
int res = relayoutWindow(this, window, attrs,
|
||||
requestedWidth, requestedHeight, viewFlags, insetsPending,
|
||||
outFrame, outContentInsets, outVisibleInsets, outConfig, outSurface);
|
||||
//Log.d(TAG, "<<<<<< EXITING relayout to " + Binder.getCallingPid());
|
||||
return res;
|
||||
}
|
||||
|
||||
public void setTransparentRegion(IWindow window, Region region) {
|
||||
|
||||
Reference in New Issue
Block a user