#!/usr/bin/perl -w use strict; use IO::Handle; die "Usage: $0 identifier\n" . "(identifier is for example org.libreoffice)" unless $#ARGV == 0; my $id = $ARGV[0]; open (LOGCAT, "adb logcat |") || die "Could not open pipe from adb logcat"; my $pid = ''; while () { if (m!^I/ActivityManager\( *\d+\): Start proc $id for activity .*: pid=(\d+)!) { $pid = $1; } elsif (m!^[EIWD]/[^(]+\( *$pid\)!) { print $_; STDOUT->flush(); } } g' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLFontStylesContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-07-26 15:32:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-07-26 19:33:12 +0200
commit71e29326d20448a96faa8c2437d91a422d7db66d (patch)
treefe415d75b51c50943b8adc431c97da3ac1688d1b /include/xmloff/XMLFontStylesContext.hxx
parent80a69f6780c899df0443abd7e49a68c203378fac (diff)
fix enabled-mergelibs-more build