Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java

Issue 29524596: Issue 5556 - make C++ implementation of LogSystem manageable only by JsEngine (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: Created Aug. 23, 2017, 12:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java
diff --git a/libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java b/libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java
index c2bc4317b227993e28b61ce2b58bfb2629fdb53a..070ecf01f737f89b17b3ea2485905c3f399912ea 100644
--- a/libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java
+++ b/libadblockplus-android/src/org/adblockplus/libadblockplus/android/AndroidLogSystem.java
@@ -21,7 +21,7 @@ import org.adblockplus.libadblockplus.LogSystem;
import android.util.Log;
-public class AndroidLogSystem extends LogSystem
+public class AndroidLogSystem implements LogSystem
{
private static int abpLogLevelToAndroid(final LogLevel level)
{

Powered by Google App Engine
This is Rietveld