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

Commit 4c8a923d 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

am: 666cd74e

Change-Id: Ie02f5e2a30c5df43ce0d088f93e73c981537d792
parents d2fbc312 666cd74e
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();