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

Commit 9917c1e2 authored by Tim Murray's avatar Tim Murray Committed by Android Git Automerger
Browse files

am 17502c4b: Merge "Remove extraneous logging." into jb-mr2-dev

* commit '17502c4b':
  Remove extraneous logging.
parents f8e54846 17502c4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,7 @@ public class RenderScript {
                } catch(InterruptedException e) {
                }
            }
            Log.d(LOG_TAG, "MessageThread exiting.");
            //Log.d(LOG_TAG, "MessageThread exiting.");
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class ScriptC extends Script {
            mCachePath = f.getAbsolutePath();
            f.mkdirs();
        }
        Log.v(TAG, "Create script for resource = " + resName);
        //        Log.v(TAG, "Create script for resource = " + resName);
        return rs.nScriptCCreate(resName, mCachePath, pgm, pgmLength);
    }
}