mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 02:59:25 +02:00
customdrawn-android: Improves a little the debug info
git-svn-id: trunk@33911 -
This commit is contained in:
parent
6ac5285035
commit
a736fd742e
@ -111,6 +111,7 @@ end;
|
||||
function Java_com_pascal_lclproject_LCLActivity_LCLOnCreate(
|
||||
env:PJNIEnv; this:jobject; alclactivity: jobject): jint; cdecl;
|
||||
begin
|
||||
__android_log_write(ANDROID_LOG_INFO, 'lclapp', 'LCLOnCreate called by LCLActivity.onCreate');
|
||||
Result := 0;
|
||||
javaActivityObject := alclactivity;
|
||||
end;
|
||||
@ -173,6 +174,7 @@ begin
|
||||
javaMethod_LCLDoGetTextBounds := javaEnvRef^^.GetMethodID(javaEnvRef, javaActivityClass, 'LCLDoGetTextBounds', '()V');
|
||||
javaMethod_LCLDoDrawText := javaEnvRef^^.GetMethodID(javaEnvRef, javaActivityClass, 'LCLDoDrawText', '()V');
|
||||
|
||||
__android_log_write(ANDROID_LOG_INFO, 'lclapp', 'JNI_OnLoad finished');
|
||||
result:=JNI_VERSION_1_4;// 1_6 is another option
|
||||
end;
|
||||
|
||||
|
@ -2174,8 +2174,6 @@ end;*)
|
||||
Function: ExtTextOut
|
||||
Params: none
|
||||
Returns: Nothing
|
||||
|
||||
|
||||
------------------------------------------------------------------------------}
|
||||
function TCDWidgetSet.ExtTextOut(DC: HDC; X, Y: Integer; Options: Longint;
|
||||
Rect: PRect; Str: PChar; Count: Longint; Dx: PInteger): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user