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

Commit 259ae54d authored by William Escande's avatar William Escande
Browse files

TEST: Add logs to identify low flaky failure

Bug: 297393664
Test: atest AdapterServiceTest
Change-Id: I847adfe05f3eeb31f405530faf5c552b7120e7bf
parent 8a1048e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -369,6 +369,7 @@ public class TestUtils {
                }
                if (line.startsWith("[")) {
                    if (line.charAt(line.length() - 1) != ']') {
                        Log.e(TAG, "readAdapterConfig: config line is not correct: " + line);
                        return null;
                    }
                    section = line.substring(1, line.length() - 1);
@@ -380,6 +381,7 @@ public class TestUtils {
                }
            }
        } catch (IOException e) {
            Log.e(TAG, "readAdapterConfig: Exception while reading the config" + e);
            return null;
        }
        return adapterConfig;