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: rebase Created Aug. 24, 2017, 1:39 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
« no previous file with comments | « libadblockplus-android/src/org/adblockplus/libadblockplus/android/AdblockEngine.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « libadblockplus-android/src/org/adblockplus/libadblockplus/android/AdblockEngine.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld