1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Added missing process type to the CefDebugLog procedure

This commit is contained in:
Salvador Díaz Fau
2020-04-25 16:47:16 +02:00
parent 17c82fa24c
commit a3cab55a7c
2 changed files with 3 additions and 2 deletions

View File

@ -837,7 +837,8 @@ begin
ptRenderer : TempString := TempString + ', PT: Renderer'; ptRenderer : TempString := TempString + ', PT: Renderer';
ptZygote : TempString := TempString + ', PT: Zygote'; ptZygote : TempString := TempString + ', PT: Zygote';
ptGPU : TempString := TempString + ', PT: GPU'; ptGPU : TempString := TempString + ', PT: GPU';
else TempString := TempString + ', PT: Other'; ptUtility : TempString := TempString + ', PT: Utility';
ptOther : TempString := TempString + ', PT: Other';
end; end;
CefLog('CEF4Delphi', DEFAULT_LINE, aSeverity, TempString + ' - ' + aMessage); CefLog('CEF4Delphi', DEFAULT_LINE, aSeverity, TempString + ' - ' + aMessage);

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 126, "InternalVersion" : 127,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "81.2.24.0" "Version" : "81.2.24.0"
} }