Skip to content
Snippets Groups Projects
Commit c1da51c9 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Fix array-related errorprone warnings am: 1aba0b04

parents aee80390 1aba0b04
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ public class ContactUtilTest extends BugleTestCase {
} while (cur.moveToNext());
}
} catch (final Exception e) {
System.out.println(e.getStackTrace());
LogUtil.e(LogUtil.BUGLE_TAG, "Failed to delete test contacts", e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment