DescriptionAdded debugMe method.
BUG=426714
TEST=Open an inspector with Ctrl+Shift+J: Type fileManager.debugMe() in the console.
Sample Output:
Debug information.
1. fileManager.initializeQueue_.pendingTasks_
Length: 2
AsyncUtil.GroupTask
- name: (unnamed#8)
- dependencies:
AsyncUtil.GroupTask
- name: (unnamed#9)
- dependencies: UnexistTask1,UnexistTask2
2. VolumeManagerWrapper
VolumeManagerWrapper
- Initialized: true
- VolumeManager:
VolumeManager
- MountQueue_:
AsyncUtil.ConcurrentQueue
- WaitingTasksCount: 0
- RunningTasksCount: 0
- isCancelled: false
End of debug information.
Committed: https://crrev.com/0ba4af88373dea62f6a78feb76a75b02c15e4a94
Cr-Commit-Position: refs/heads/master@{#301589}
Patch Set 1 #Patch Set 2 : Changed output of GroupTask.toString(). #
Total comments: 16
Patch Set 3 : Changed the output of VolumeManagerWrapper. #
Total comments: 4
Patch Set 4 : Added more debug information of VolumeManager. #
Total comments: 2
Messages
Total messages: 13 (2 generated)
|