Merge "Logs to track bug 6765842." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5d0c689b9b
@ -1926,9 +1926,14 @@ public class PhoneStatusBar extends BaseStatusBar {
|
||||
synchronized (mQueueLock) {
|
||||
pw.println("Current Status Bar state:");
|
||||
pw.println(" mExpanded=" + mExpanded
|
||||
+ ", mExpandedVisible=" + mExpandedVisible);
|
||||
+ ", mExpandedVisible=" + mExpandedVisible
|
||||
+ ", mTrackingPosition=" + mTrackingPosition);
|
||||
pw.println(" mTicking=" + mTicking);
|
||||
pw.println(" mTracking=" + mTracking);
|
||||
pw.println(" mNotificationPanel=" +
|
||||
((mNotificationPanel == null)
|
||||
? "null"
|
||||
: (mNotificationPanel + " params=" + mNotificationPanel.getLayoutParams().debug(""))));
|
||||
pw.println(" mAnimating=" + mAnimating
|
||||
+ ", mAnimY=" + mAnimY + ", mAnimVel=" + mAnimVel
|
||||
+ ", mAnimAccel=" + mAnimAccel);
|
||||
|
Reference in New Issue
Block a user