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

Commit 119143de authored by Tim Murray's avatar Tim Murray Committed by Android Git Automerger
Browse files

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

* commit '9917c1e2':
  Remove extraneous logging.
parents 6f52f903 9917c1e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1108,7 +1108,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);
    }
}