| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
When the account is still waiting for initialization, show the
accounts but not the folders.
Change-Id: I92a84ce06d56dc1a92dafae2b8ee251300213e1e
|
| |
|
|
| |
Change-Id: Ic6605e5e0fc7ba555801c7c11f5cdd2141047541
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Problems are logged at the INFO level
General debugging is logged at the DEBUG level.
Enable view debugging:
adb shell setprop log.tag.MailBlankFragment DEBUG
Disable view debugging:
adb shell setprop log.tag.MailBlankFragment WARN
Change-Id: I12a9db79d03c66d4511d8bd787dc0c506922d099
|
|
|
When the 'MailBlankFragment' logging is enabled, this will disable all
hacky workarounds and log view state. When a blank view happens, look
for logging with this tag to see where the view state might have
messed up.
With the 'MailBlankFragment' tag disabled, this removes all logging
and enables the hacky workaround to patch-up view layout requested
state.
Bug: 6946182
Change-Id: Ia4c2515f969be29678dc0a9bd1c11d487e3d1520
|