Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 666cd74e authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix google-explicit-constructor warnings in dumpstate." am: a7039697

am: 347b6f4c

Change-Id: Ib2b6733852c8087a1a0172c3f4399a622a313f50
parents 5224061e 347b6f4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ bool is_user_build();
 */
class DurationReporter {
public:
    DurationReporter(const char *title);
    explicit DurationReporter(const char *title);
    DurationReporter(const char *title, FILE* out);

    ~DurationReporter();