~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/build/mobile/robocop/FennecTalosAssert.java.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
     *  Write information to a logfile and logcat
47
47
     */
48
48
    public void dumpLog(String message) {
49
 
        FennecNativeDriver.log(FennecNativeDriver.LogLevel.LOG_LEVEL_INFO, message);
 
49
        FennecNativeDriver.log(FennecNativeDriver.LogLevel.INFO, message);
 
50
    }
 
51
 
 
52
    /** Write information to a logfile and logcat */
 
53
    public void dumpLog(String message, Throwable t) {
 
54
        FennecNativeDriver.log(FennecNativeDriver.LogLevel.INFO, message, t);
50
55
    }
51
56
 
52
57
    /**