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

Commit 347b6f4c 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

Change-Id: I3f1a3e40e56070f18e7b62dea9b364724581cc3a
parents cad6f2e8 a7039697
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();