jdk/src/macosx/native/sun/osxapp/AWT_debug.h
changeset 24521 97047c850d31
parent 14342 8435a30053c1
child 25563 248400a88627
equal deleted inserted replaced
24520:e8afd90fcb69 24521:97047c850d31
    30 
    30 
    31 
    31 
    32 #define kInternalError "java/lang/InternalError"
    32 #define kInternalError "java/lang/InternalError"
    33 
    33 
    34 #define AWT_DEBUG_LOG(str) \
    34 #define AWT_DEBUG_LOG(str) \
    35     NSLog(@"Cocoa AWT: %@ %@", str, [NSThread callStackSymbols])
    35     NSLog(@"\tCocoa AWT: %@ %@", str, [NSThread callStackSymbols])
    36 
    36 
    37 #define AWT_DEBUG_BUG_REPORT_MESSAGE \
    37 #define AWT_DEBUG_BUG_REPORT_MESSAGE \
    38     NSLog(@"\tPlease file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.")
    38     NSLog(@"\tPlease file a bug report at http://bugreport.java.com/bugreport \
       
    39 with this message and a reproducible test case.")
    39 
    40 
    40 #endif
    41 #endif