You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Logparser/logparser.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ var match = [
224
224
{re: "MCO:BGN:INIT CP=([^,]+)",d: "Core initialization with capabilities <b>$1</b>"},
225
225
{re: "MCO:BGN:INIT (\\w+),CP=([^,]+),VER=(.*)",d: "Core initialization of <b>$1</b>, with capabilities <b>$2</b>, library version <b>$3</b>"},
226
226
{re: "MCO:BGN:INIT (\\w+),CP=([^,]+),REL=(.*),VER=(.*)",d: "Core initialization of <b>$1</b>, with capabilities <b>$2</b>, library version <b>$4</b>, release <b>$3</b>"},
227
-
{re: "MCO:BGN:INIT (\\w+),CP=([^,]+),FQ=(\\d+),REL=(.*),VER=(.*)",d: "Core initialization of <b>$1</b>, with capabilities <b>$2</b>, CPU frequency <b>$4</b> MHz, library version <b>$5</b>, release <b>$4</b>"},
227
+
{re: "MCO:BGN:INIT (\\w+),CP=([^,]+),FQ=(\\d+),REL=(.*),VER=(.*)",d: "Core initialization of <b>$1</b>, with capabilities <b>$2</b>, CPU frequency <b>$3</b> MHz, library version <b>$5</b>, release <b>$4</b>"},
228
228
{re: "MCO:BGN:BFR",d: "Callback before()"},
229
229
{re: "MCO:BGN:STP",d: "Callback setup()"},
230
230
{re: "MCO:BGN:INIT OK,TSP=(.*)",d: "Core initialized, transport status <b>$1</b>, (1=initialized, 0=not initialized, NA=not available)"},
0 commit comments