Searched refs:assosInfo (Results 1 – 1 of 1) sorted by relevance
555 LogAssociationEventInfo assosInfo = in handleEvent() local557 LogFile file = assosInfo.mLoggedFile; in handleEvent()559 CLog.e("Log '%s' was registered but without a path.", assosInfo.mDataName); in handleEvent()563 String name = String.format("subprocess-%s", assosInfo.mDataName); in handleEvent()565 if (mTestLogged.contains(assosInfo.mDataName)) { in handleEvent()568 assosInfo.mDataName); in handleEvent()573 CLog.d("Logging %s from subprocess: %s ", assosInfo.mDataName, file.getPath()); in handleEvent()574 if (ActiveTrace.TRACE_KEY.equals(assosInfo.mDataName) in handleEvent()586 ((ILogSaverListener) mListener).logAssociation(name, assosInfo.mLoggedFile); in handleEvent()