commit | 25f50e00ebe47ff9067c37da3b3919dcffb0b7ed | [log] [tgz] |
---|---|---|
author | Rhed Jao <rhedjao@google.com> | Thu Aug 20 00:10:32 2020 +0800 |
committer | Rhed Jao <rhedjao@google.com> | Tue Sep 15 10:14:03 2020 +0000 |
tree | 983e4a4551790a307ceb97b28cbd232a43b05526 | |
parent | b5685b33a856c839c6fb672d83b6a81c6dc1918e [diff] |
Remove a redundant call of starting DumpstateService A new DumpstateService instance is created and published, when the start service is invoked. The member field 'ds_' in DumpstateService would be null, and a crash could happen when DumpstateService tried to access it. Bug: 164340819 Test: atest dumpstate_test Test: atest dumpstate_smoke_test Test: Manual cancel report via the notification Change-Id: Ib77f114414ed0f4f916bd74de151665d65fe4118