Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d641b54e
Kaydet (Commit)
d641b54e
authored
Tem 14, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: Hint how to get the symbols, but not a 1.5G .apk.
Change-Id: I6f6d2e7516d99a02ad813ba5e03c5cdcac2f4964
üst
f3145f74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.Android
README.Android
+15
-0
No files found.
README.Android
Dosyayı görüntüle @
d641b54e
...
...
@@ -63,6 +63,21 @@ to run: ndk-gdb and it will attach the process.
In r8b the ndk-gdb seems to work a bit better, and I think it isn't
necessary to use the mingw-and-ndk ndb-gdb any longer.
* Getting the symbols
In order to be able to debug, you also need the symbols. Currently they are
stripped using a $(STRIP) call in android/Bootstrap/Makefile.shared ; make
sure you change it only to 'cp'.
But then you need to limit the size of the resulting binary by other means,
that is strip most of the symbols (but the interesting ones) already during
the build. For that, use something like
--enable-dbgutil
--enable-selective-debuginfo="sal/"
in your autogen.input (but of course limit the --enable-selective-debuginfo
only to directories / libraries that are interesting to you).
* Common Errors / Gotchas
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment