-
Notifications
You must be signed in to change notification settings - Fork 1
Event Flow
Charan Girijala edited this page Nov 7, 2024
·
1 revision
- LWC calls the
callApexFromClientmethod inClientInputHandlerClass in Apex.
Entry point of rawLogData is in
ClientInputHandlerclass. The requestData is received as a String and deserialized into Object of typerequestSchema
-
ProcessLogEntry.processLog(List<String>)is called and processing of log starts here. -
Lines are broadly categorized into 4 types
- Profiling Info Line
UtilityMethods.processApexProfilingCategories(line);
- Standard Expression Line
- Execute Anonymous Code Line
- No Pattern Line (Extension of a Standard Exp Line)