aspectdTest static method

bool aspectdTest()

Implementation

static bool aspectdTest() {
  tlLogger.v("Test NOT injected!");
  // If aspectd is working, we will inject replacement call with a return of 'true'
  return false;
}