From e0e0e1d0004ab443c97aa96e390581fbce85fcd1 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 7 Jun 2016 13:53:20 -0700 Subject: [PATCH] Fixing FileLogs tests During tests, the logs directory is changed. But the active thread was not getting stopped which was causing some logs to be written to the old location corresponding to some previous test Change-Id: I7b8587eae0eb68fa180e3992694cab3745922483 --- AndroidManifest.xml | 11 ++++++++++- src/com/android/launcher3/logging/FileLog.java | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index eb7ea0c61f..3a3a28dd6f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,7 +49,16 @@ - +