Home | History | Annotate | Download | only in android

Lines Matching refs:D_ACTIVE

69 #  define  D_ACTIVE   VERBOSE_CHECK(console)
71 # define D_ACTIVE DEBUG
75 # define D(x) do { if (D_ACTIVE) ( printf x , fflush(stdout) ); } while (0)